home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / pcspel2.arc / SPELL.RVW < prev   
Text File  |  1985-03-23  |  2KB  |  27 lines

  1. *******************************************************************************
  2. *             PC-SPELL 1.15 / ANDY WILDENBERG / ANDY WILDENBERG               *
  3. *******************************************************************************
  4. * CATAGORY : UTILITY                   * NUMER OF FILES :5                    *
  5. * USES: SPELL CHECKING                 * MAIN FILE SIZE : 33000               *
  6. *                                      * LANGUAGE : COMP. BASIC               *
  7. *******************************************************************************
  8. *ADVANTAGES - Public Domain, Extremely expandable, Easy to customize.         *
  9. *DISADVANTAGES - Sort of slow, Smaller dictionary, Sort time, Size limit.     *
  10. *                                                                             *
  11. *                                                                             *
  12. *   This program although well written was designed to handle only files with *
  13. *1500 words or less.  By modifing the dimension statement in line 40 of the   *
  14. *program, but do not try anything bigger than 4000.  Also this program uses   *
  15. *a spell checking algorithym in which the words of your file are first sorted *
  16. *The problem here is that this program uses the old slow bubble sort routine. *
  17. *If you want you can replace it with faster versions of sort.  See the file   *
  18. *Mntsort.lqr for one of the fastest sorting routines available.  Lastly the   *
  19. *size of the dictionary is still growing. ____________________________________*
  20. *                                         |  overall  bus  uses   spd         *
  21. *                                         |   $$$     $$    $$     $          *
  22. *                                         |                                   *
  23. *******************************************************************************
  24.        |                                   *
  25. ******************************************************************************
  26.        |                                   *
  27. **********